Skip to content

Commit 4672ba7

Browse files
committed
fix api and web chmod + shebang line
1 parent 5d08f67 commit 4672ba7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

template/api.js

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
const http = require('http');
23
const https = require('https');
34
const Koa = require('koa');

template/web.js

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
const http = require('http');
23
const https = require('https');
34
const _ = require('lodash');

0 commit comments

Comments
 (0)