Skip to content

Commit

Permalink
chore(http): use new preprocessor feature to include files
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Nov 15, 2023
1 parent 50ec4f4 commit 51d3758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions coroutines/http.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "@/../controllers/proc.m"
#include "@/../controllers/index.m"
#include "@/../controllers"

sys = Import('sys');
net = Import('net');
Expand Down
2 changes: 1 addition & 1 deletion meproc.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
return;
} fi

Log('info', "Meproc v1.0.3. Listen on: " + Conf['ip'] + ':' + Conf['port']);
Log('info', "Meproc v1.0.4. Listen on: " + Conf['ip'] + ':' + Conf['port']);

Eval('@/coroutines/http.m');
Eval('@/coroutines/bootstrap.m', nil, false, 'bootstrap');
Expand Down

0 comments on commit 51d3758

Please sign in to comment.