Program.cs 203 B

1234567
  1. using WebTemplate;
  2. // After launching the application, you can access
  3. // * https://localhost:7169/swagger/
  4. // * https://localhost:7169/v1/status
  5. var server = new AppServer();
  6. server.Start(args);