Skip to content

Commit

Permalink
update module beat url and add git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Threadalive committed Feb 10, 2023
1 parent c89573f commit 8865a07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions miapi-all/api-doc-core/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Default ignored files
.idea/
*.iml
logs/
log/
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public class DubboApiScanner implements ApplicationListener<ApplicationReadyEven
/**
* module info heart beat url suffix
*/
public static final String MODULE_BEAT_URL = "/OpenApi/beat";
public static final String MODULE_BEAT_URL = "/OpenApi/Beat/beat";

/**
* auto doc notify url suffix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class HttpApiScanner implements ApplicationListener<ApplicationReadyEvent
/**
* module heart beat url suffix
*/
public static final String MODULE_BEAT_URL = "/OpenApi/beat";
public static final String MODULE_BEAT_URL = "/OpenApi/Beat/beat";

/**
* http data push url suffix
Expand Down

0 comments on commit 8865a07

Please sign in to comment.