mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-05-05 03:24:05 +02:00
7 lines
114 B
C
7 lines
114 B
C
#pragma once
|
|
|
|
#include "../controllers.h"
|
|
#include "../http_server.h"
|
|
|
|
void route_get_products_all(HttpCtx* ctx);
|