forked from vieter-v/vieter
refactor: moved response module to web.response
This commit is contained in:
parent
cc5df95a1a
commit
e23635a1d3
9 changed files with 9 additions and 16 deletions
|
|
@ -7,7 +7,7 @@ import time
|
|||
import rand
|
||||
import util
|
||||
import net.http
|
||||
import response { new_response }
|
||||
import web.response { new_response }
|
||||
|
||||
// healthcheck just returns a string, but can be used to quickly check if the
|
||||
// server is still responsive.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue