-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C++] #3 Finish implementing minimal requirements
- Loading branch information
1 parent
0087a1b
commit 83ffc82
Showing
10 changed files
with
123 additions
and
12,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// | ||
// Created by 조승혁 on 2019/11/21. | ||
// | ||
|
||
#ifndef BRUSTACPLUSPLUS_HANDLER_H | ||
#define BRUSTACPLUSPLUS_HANDLER_H | ||
|
||
#include <httplib.h> | ||
|
||
void AliveCheckHandler(const httplib::Request& req, httplib::Response& res); | ||
void PredictHandler(const httplib::Request& req, httplib::Response& res); | ||
|
||
#endif //BRUSTACPLUSPLUS_HANDLER_H |
Oops, something went wrong.