Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
fix: namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
shiron-dev committed May 28, 2024
1 parent e35ea1b commit 39072ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion specs/admin.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "./algorithm.tsp";
using TypeSpec.Http;
using TypeSpec.Rest;

namespace AlgorithmServer;
namespace BeLifelineServer;

@route("/admin")
@tag("Admin")
Expand Down
2 changes: 1 addition & 1 deletion specs/algorithm.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "@typespec/openapi3";
using TypeSpec.Http;
using TypeSpec.Rest;

namespace AlgorithmServer;
namespace BeLifelineServer;

alias algorithm_id = string;

Expand Down
2 changes: 1 addition & 1 deletion specs/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import "./admin.tsp";
@service({
title: "BeLifeline Server API",
})
namespace AlgorithmServer;
namespace BeLifelineServer;

0 comments on commit 39072ed

Please sign in to comment.