Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 384 Bytes

File metadata and controls

24 lines (18 loc) · 384 Bytes

Mock Api Server

image

Demo

Try the live demo at: https://mock-api.jakub.app/admin

Use

inputs = {
  mock-api-server.url = "github:nxm/mock-api-server";
};
services.mock-api-server = {
    enable = true;
    port = 8080;
    host = "0.0.0.0";
    openFirewall = true; 
};