Skip to content

Commit

Permalink
Save State Before Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-villencr committed Jan 28, 2025
1 parent f62af5b commit 02b14db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Binary file modified backend/omniplanner.db
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration;

@SpringBootApplication(exclude = {SecurityAutoConfiguration.class }, scanBasePackages = "com.main.omniplanner")
public class OmniplannerApplication {

Expand Down
7 changes: 1 addition & 6 deletions constants/constants.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import AsyncStorage from "@react-native-async-storage/async-storage";
import { cLog } from '@/components/log';
import { RootStackParamList } from "@/components/Types";
import { StackNavigationProp } from "@react-navigation/stack";
import { Field } from "@/components/Types";
import { call } from '@/components/apiCall';

// export const IPAddr = "http://34.204.83.156:8080" // For AWS
export const IPAddr = "http://127.0.0.1:8080" // For local testing on lapto
export const IPAddr = "http://137.112.154.239:8080" // For local testing on laptop

export const repeatingData = [
{ label: 'Daily', value: 1 },
Expand Down

0 comments on commit 02b14db

Please sign in to comment.