Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b97bc35

Browse filesBrowse files
committed
exit test ok
1 parent 424aa24 commit b97bc35
Copy full SHA for b97bc35

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎apps/api.js‎

Copy file name to clipboardExpand all lines: apps/api.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = function(app, express, Set) {
2828
setTimeout(process.exit(0), 1000);
2929
});
3030

31-
router.post('/restart', function (req, res) {
31+
router.get('/restart', function (req, res) {
3232
var spawn = require('child_process').spawn;
3333
(function main() {
3434

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.