Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 606d1cc

Browse files
[DEVEDSB-98] Add custom error view and dotenv configuration
1 parent b89693b commit 606d1cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/twilio/Webapp.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ public class Webapp {
2222
private static Dotenv env = Dotenv.configure().ignoreIfMissing().load();
2323

2424
public static void main(String[] args) throws Exception {
25-
// Load the .env file into environment
26-
staticFileLocation("/public");
27-
2825
// Log all requests and responses
2926
afterAfter(new LoggingFilter());
3027

0 commit comments

Comments
 (0)