Skip to content

Commit

Permalink
[C++] #3 Finish implementing minimal requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghyukcho committed Nov 21, 2019
1 parent 0087a1b commit 83ffc82
Show file tree
Hide file tree
Showing 10 changed files with 123 additions and 12,018 deletions.
13 changes: 13 additions & 0 deletions cpp/includes/handler.h
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
Loading

0 comments on commit 83ffc82

Please sign in to comment.