Files
mostvoste/server/server.h
T
alexvoste f3fc474eca push
2026-05-07 01:22:24 +03:00

10 lines
250 B
C

#pragma once
#define PORT 8080
#define INDEX \
"/" \
"index.html"
void handle_client(int client_socket);